Klasse DifferencePages

java.lang.Object
com.inet.pdfc.generator.model.DifferencePages

@JsonData public class DifferencePages extends Object
A class that represented the pages with differences for a modification or DiffGroup
Seit:
4.0
  • Methodendetails

    • getStartPage

      public int getStartPage()
      Return the 1-based page number, where the difference starts
      Gibt zurück:
      the page number, where the difference starts
      Seit:
      4.0
    • getEndPage

      public int getEndPage()
      Return the 1-based page number, where the difference ends
      Gibt zurück:
      the page number, where the difference ends
      Seit:
      4.0